|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RAAgentDependentProcess
Processes that depend on an agent must implement this, because some parts of agents are not serializable. When the program saves a process or agent, we need to remove the reference to the agent, to restore it when the process is loaded again.
| Field Summary | |
|---|---|
static java.lang.String |
NO_AGENT_DEFINED
No agent defined. |
| Method Summary | |
|---|---|
void |
removeReferenceToAgent()
Remove agent reference. |
void |
setReferenceToAgent(RAAgent a)
Restore agent reference. |
| Field Detail |
|---|
static final java.lang.String NO_AGENT_DEFINED
| Method Detail |
|---|
void removeReferenceToAgent()
void setReferenceToAgent(RAAgent a)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||